home *** CD-ROM | disk | FTP | other *** search
- //activeBreadboard. lockWindowUpdate()
- //
- // This macro creates the standard linear regression breadboard
- //
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textBox1.txt")
- NextMacroPath = macro. pathFromMacro ( "..\minimize.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- TitleIndex = titleTextBox. setTextFromFile (TextBoxPath, TitleIndex)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
- //activeBreadboard. unlockWindowUpdate()
-